Crate console_engine[][src]

This library provides simple features to draw things and manage user input for terminal applications.

Besides these features, this library also provides some tools to build standalone “screens” that can be used outside of the engine itself.

It’s built on top of Crossterm for handling the screen and inputs. You don’t have to worry about initalizing anything because this crate will handle this for you.

Re-exports

pub extern crate crossterm;

Modules

pixel

Character and color management

screen

Standalone screens

Structs

ConsoleEngine

Console Engine Framework

KeyModifiers

Represents key modifiers (shift, control, alt).

Enums

Color

Represents a color.

KeyCode

Represents a key.

MouseButton

Represents a mouse button.